{
	"info": {
		"_postman_id": "48e8a8f3-39b1-483d-90cb-a7d7e2ca8c89",
		"name": "Open AQ",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "cities",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/cities?country=&order_by=&sort=&limit=&page=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"cities"
					],
					"query": [
						{
							"key": "country",
							"value": ""
						},
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "countries",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/countries?order_by=&sort=&limit=&page=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"countries"
					],
					"query": [
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "fetches",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/fetches?order_by=&sort=&limit=&page=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"fetches"
					],
					"query": [
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "latest",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/latest?cuty=&country=&location=¶meter=&has_geo=&coordinates=&order_by=&sort=&limit=&page=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"latest"
					],
					"query": [
						{
							"key": "cuty",
							"value": ""
						},
						{
							"key": "country",
							"value": ""
						},
						{
							"key": "location",
							"value": "¶meter="
						},
						{
							"key": "has_geo",
							"value": ""
						},
						{
							"key": "coordinates",
							"value": ""
						},
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "locations",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/locations?cuty=&country=&location=¶meter=&has_geo=&coordinates=&order_by=&sort=&limit=&page=&completeness=&inletHeight=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"locations"
					],
					"query": [
						{
							"key": "cuty",
							"value": ""
						},
						{
							"key": "country",
							"value": ""
						},
						{
							"key": "location",
							"value": "¶meter="
						},
						{
							"key": "has_geo",
							"value": ""
						},
						{
							"key": "coordinates",
							"value": ""
						},
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						},
						{
							"key": "completeness",
							"value": ""
						},
						{
							"key": "inletHeight",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "locationsById",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/locations/{id}?metadata=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"locations",
						"{id}"
					],
					"query": [
						{
							"key": "metadata",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "locationsMetadata",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/locations",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"locations"
					]
				}
			},
			"response": []
		},
		{
			"name": "measurements",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/measurements?cuty=&country=&location=¶meter=&has_geo=&coordinates=&order_by=&sort=&limit=&page=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"measurements"
					],
					"query": [
						{
							"key": "cuty",
							"value": ""
						},
						{
							"key": "country",
							"value": ""
						},
						{
							"key": "location",
							"value": "¶meter="
						},
						{
							"key": "has_geo",
							"value": ""
						},
						{
							"key": "coordinates",
							"value": ""
						},
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "parameters",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/parameters?order_by=&sort=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"parameters"
					],
					"query": [
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "sources",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/openaq/sources?order_by=&sort=&limit=&page=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"openaq",
						"sources"
					],
					"query": [
						{
							"key": "order_by",
							"value": ""
						},
						{
							"key": "sort",
							"value": ""
						},
						{
							"key": "limit",
							"value": ""
						},
						{
							"key": "page",
							"value": ""
						}
					]
				}
			},
			"response": []
		}
	],
	"protocolProfileBehavior": {}
}